home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6424 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.games,alt.sys.amiga.demos,in,comp.sys.amiga.advocacy,comp.sys.amiga.hardware,comp.sys.amiga.misc,comp.sys.amiga.graphics
  4. Subject: Re: AB3D II beats Quake....
  5. Followup-To: comp.sys.amiga.programmer,comp.sys.amiga.games,alt.sys.amiga.demos,in,comp.sys.amiga.advocacy,comp.sys.amiga.hardware,comp.sys.amiga.misc,comp.sys.amiga.graphics
  6. Date: 27 Mar 1996 17:57:27 GMT
  7. Organization: Teleport - Portland's Public Access (503) 220-1016
  8. Message-ID: <4jbvi7$97@nadine.teleport.com>
  9. References: <4ipnjl$2jm@sinsen.sn.no> <1757.6654T1228T2747@gramercy.ios.com> <4j1na8$du1@valour.pem.cam.ac.uk> <4ja24k$cie@uvapsy.psy.uva.nl>
  10. NNTP-Posting-Host: linda.teleport.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Bert Dorhout (dorhout@swisun30) wrote:
  14. : In order for AT/AmigaOS to use standard video cards of today more optimal
  15. : than other OSs, isn't it necessary to 'dictate' minimum specifications
  16. : for the video card??
  17. : Like... "The Walker takes standard PCI video cards with at least a blitter, 
  18. : chipset type X (f.i. S3) or type Y (triton..  Is that a graph set anyway? 
  19. : (just an example, though))", that kind of thing?
  20.  
  21.  
  22.  All that would be needed is that you can set pixel to the video memory
  23.  somehow. But the card can 'register' all its feature to the OS for
  24.  acceleration, video modes/capabilities. 
  25.  You should be a able to write a video driver to work throught the
  26.  parallel port connected to a A500, and also maybe via the serial port
  27.  connected to a PC... So you can open a window in a Win95 window and
  28.  open a window on a A500 screen :) 
  29.  The design can be very elaborate, complex to design
  30.  
  31.  Stephan
  32.